home *** CD-ROM | disk | FTP | other *** search
- object SetEditorForm: TSetEditorForm
- Left = 192
- Top = 107
- Width = 331
- Height = 219
- BorderIcons = [biSystemMenu]
- Caption = 'Edit Set Property'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lstEnums: TCheckListBox
- Left = 8
- Top = 8
- Width = 225
- Height = 177
- ItemHeight = 13
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 240
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 240
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-